golang.org/x/tools/internal/gcimporter.exporter.rawByte (method)

6 uses

	golang.org/x/tools/internal/gcimporter (current package)
		bexport.go#L735: 		p.rawByte(s[i])
		bexport.go#L743: 	p.rawByte(m)
		bexport.go#L757: 		p.rawByte(tmp[i])
		bexport.go#L764: 		p.rawByte(s[i])
		bexport.go#L766: 	p.rawByte('\n')
		bexport.go#L779: func (p *exporter) rawByte(b byte) {